Skip to content

Conversation

@s3inlc
Copy link
Member

@s3inlc s3inlc commented Nov 26, 2025

Instead of doing <table>.<column> AS '<table>.<column>' for aliases (which is weird, but accepted by MySQL), this replaces it to use underscore (<table>.<column> AS <table>_<column>) to be a less "problematic" character for use without extra quotes and be less dependent on MySQL (e.g. because it then requires specific quoting with a dot in the alias).

@s3inlc s3inlc requested a review from jessevz November 26, 2025 14:22
@s3inlc s3inlc merged commit 0e52e1f into dev Nov 26, 2025
2 checks passed
@s3inlc s3inlc deleted the dba-join-alias branch November 26, 2025 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants